home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / dejagnu / ChangeLog next >
Text File  |  1993-05-09  |  63KB  |  1,543 lines

  1. Fri May  7 08:19:37 1993  Ian Lance Taylor  (ian@cygnus.com)
  2.  
  3.     * Makefile.in (FLAGS_TO_PASS): Added CC, CFLAGS, LDFLAGS, RUNTEST,
  4.     RUNTESTFLAGS.
  5.     * example/Makefile.in (FLAGS_TO_PASS): Was being used, but was
  6.     never defined.
  7.     * example/calc/Makefile.in: (CFLAGS): Removed -I arguments.
  8.     (.c.o): Use required -I arguments.
  9.     (PROG): Pass CFLAGS to CC.
  10.  
  11. Tue May  4 22:51:06 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  12.  
  13.     * runtest.exp: load_lib exits if it can't find the file. It also
  14.     finds library files if srcdir = .
  15.  
  16. Tue Apr 27 08:59:32 1993  Ian Lance Taylor  (ian@cygnus.com)
  17.  
  18.     * Makefile.in (FLAGS_TO_PASS): Define.
  19.  
  20. Fri Apr 23 13:12:27 1993  Mike Werner  (mtw@deneb.cygnus.com)
  21.  
  22.     * lib/framework.exp:
  23.       Made cosmetic changes to procedure "diff_logs".
  24.  
  25. Wed Apr 21 18:05:30 1993  Rob Savoye  (rob@cygnus.com)
  26.  
  27.     * runtest: Looks in $rootme/../../expect and $rootme/../expect and
  28.     if there is one, it uses that to run runtest.exp.
  29.  
  30. Wed Apr 21 12:34:10 1993  Mike Werner  (mtw@deneb.cygnus.com)
  31.  
  32.     * runtest.exp:
  33.       Changed how -diff and -mail affect the printing and
  34.       mailing of logs.
  35.     * lib/framwork.exp:
  36.       Changed format of the output of the diff log.  Made
  37.       minor changes to "diff_logs" to acommodate the changes
  38.       to runtest.exp (above).
  39.  
  40. Mon Apr 19 18:45:10 1993  Mike Werner  (mtw@deneb.cygnus.com)
  41.  
  42.     * runtest.exp:
  43.       Added the ability to specify, as an option parameter, the name
  44.       of the previous summary log to diff against. Added a call to
  45.       "close_logs" to the signal handlers. Enabled -mail option.
  46.       Cleaned up some comments.
  47.     * lib/framework.exp:
  48.       Added procedure "mail_file" for mailing test log summaries.
  49.       Removed support for automatically generating log file names with
  50.       embedded time/date stamps. Cleaned up "diff_logs".
  51.  
  52. Sun Apr 18 19:54:17 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  53.  
  54.     * runtest.exp: Fixed so signal trapping now works again. Cleaned
  55.     up configuration stuff and how it finds the site.exp file.
  56.     * Makefile.in: Remove unneeded macro definitions.
  57.  
  58. Fri Apr 16 15:11:52 1993  Mike Werner  (mtw@deneb.cygnus.com)
  59.  
  60.     * lib/framework.exp:
  61.       Added the procedures "diff_logs", "open_logs", and "close_logs".
  62.       Changed the name of the procedure "sum" to "log_summary".
  63.       Changed the name of the procedure "alldone" to "cleanup".
  64.       "Cleanup", formerly "alldone", no longer exits; runtest
  65.       explicitly exits.
  66.     * runtest.exp:
  67.       Now calls "open_logs", "close_logs", and "diff_logs" to do the
  68.       respective goodies. We also now make explicit calls to "cleanup"
  69.       and exit.  Enabled --diff command line option which when used
  70.       will cause a call to the procedure "diff_logs".
  71.  
  72. Sun Apr 11 17:17:20 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  73.  
  74.     * Makefile.in: Removed runtest target. Cleaned up install
  75.     procedure.
  76.     * runtest.exp: No longer uses --config option.
  77.     * runtest: New bourne shell script to start runtest.exp.
  78.  
  79. Thu Apr  8 18:12:24 1993  Mike Werner  (mtw@deneb.cygnus.com)
  80.  
  81.     * lib/utils.exp: the list of directories returned by getdirs now
  82.     contains only directories that allow read permission.
  83.  
  84. Wed Apr  7 18:30:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  85.  
  86.     * runtest.exp: Now looks for init files by ${target_os}.exp as
  87.     well as ${target_os}-${tool}.exp.
  88.     * config/mt-*: Added macros for COPY and DEMANGLE, new
  89.     binutils.
  90.  
  91. Fri Apr  2 12:23:22 1993  Mike Werner  (mtw@deneb.cygnus.com)
  92.  
  93.     * lib: relocated old-dejagnu.exp to devo/gcc/testsuite/lib
  94.  
  95. Mon Mar 29 14:59:23 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  96.  
  97.     * framework.exp: Added tests for spectra.
  98.  
  99. Thu Mar 25 14:16:54 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  100.  
  101.     * runtest.exp: Fixed command line option processing. Now
  102.     things like CFLAGS="-v -a" should work.
  103.  
  104. Thu Mar 25 12:40:50 1993  Ian Lance Taylor  (ian@cygnus.com)
  105.  
  106.     * lib/udi.exp (mondfe): Return -1 on failure.  Don't remove *_soc
  107.     files.
  108.     (mondfe_download): Fixed invalid expect usage which could never
  109.     have worked.
  110.  
  111. Wed Mar 24 14:11:46 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  112.  
  113.     * runtest.exp: Added --target and --host for specifying the config
  114.     strings. The old --target is now --name.
  115.     * lib/framework.exp: Moved all the host/target naming stuff from
  116.     runtests.exp.
  117.     * runtest.exp: Fixed bug so CFLAGS="-v" works. I changed the way
  118.     the verbose pattern works in $argv.
  119.  
  120. Tue Mar 23 08:48:09 1993  Fred Fish  (fnf@cygnus.com)
  121.  
  122.     * configure.in:  Use host makefile fragment config/mh-sysv4
  123.     on *-*-sysv4* configurations.
  124.     * config/mh-sysv4:  New host makefile fragment for SVR4 systems.
  125.  
  126. Mon Mar 22 23:26:58 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  127.  
  128.     * Makefile.in: add dvi, check and installcheck targets
  129.  
  130.     * doc/Makefile.in: add defines for MAKEINFO, TEXI2DVI
  131.  
  132. Sun Mar 21 17:44:11 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  133.  
  134.     * runtest.exp: New command line option --ignore. Ignore any tests
  135.     specified this way.
  136.     * lib/framework.exp: Now uses puts send_error of send_user for
  137.     some procs. Now warnings and errors go to stderr, and can
  138.     be redirected. They still go to the logs.
  139.  
  140. Tue Mar 16 18:07:56 1993  Rob Savoye  (rob at poseidon.cygnus.com)
  141.  
  142.     * runtest.exp: Finds site.exp file with new install.
  143.     * Makefile.in: Installs much better.
  144.  
  145. Tue Mar  9 08:17:04 1993  Ian Lance Taylor  (ian@cygnus.com)
  146.  
  147.     * Makefile.in (MAKEOVERRIDES): Set to be empty.
  148.  
  149. Mon Mar  8 17:40:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  150.  
  151.     * lib/vrtx.exp: Spectra shell procedures.
  152.  
  153. Mon Mar  8 19:26:41 1993  Fred Fish  (fnf@cygnus.com)
  154.  
  155.     * Makefile.in, config/{mt-a29k-udi, mt-frwcom-aout, mt-i386-aout,
  156.     mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
  157.     mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-mips, mt-sparc-aout,
  158.     mt-sparc-vx, mt-sparclite} (GDBFLAGS):  The default is -nx, to not
  159.     load whatever random '.gdbinit' file might happen to be in the
  160.     directory where the dejagnu tests are run.  If tests require
  161.     a specific init file, they should load them explicitly.
  162.  
  163. Sun Mar  7 15:16:42 1993  Rob Savoye  (rob@cygnus.com)
  164.  
  165.     * runtest.exp, Makefile.in: Now sets default for objdir.
  166.  
  167. Sun Feb 28 15:30:00 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  168.  
  169.     * runtest.exp: Now find site.exp in a path list. Also now supports
  170.     using a short config file in each directory to override options.
  171.     * Makefile.in, configure.in: Removed link for lib directory. Added
  172.     doc as a subdir, runtest and site.exp now built as a dependancy,
  173.     rather than by configure.
  174.  
  175. Thu Feb 25 11:07:30 1993  Ian Lance Taylor  (ian@cygnus.com)
  176.  
  177.     * config/mt-mips: New file for mt-idt-ecoff target.
  178.     * configure.in (mips-idt-ecoff): New target; uses mt-mips.
  179.     * runtest.exp: If mips-idt-ecoff, set target_abbrev to mips.
  180.     * runtest.exp: Print any error produced by ${tool_init}.
  181.     * lib/remote.exp (kermit): Made work.
  182.  
  183. Mon Feb 22 17:11:18 1993  Mike Werner  (mtw@poseidon.cygnus.com)
  184.  
  185.     * configure.in: Removed unneccesary code from configure.in
  186.  
  187. Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
  188.  
  189.     * devo/dejagnu: made modifications to framework, etc., to allow
  190.     it to work properly  given the reorganization of deja-gnu and the
  191.     relocation of the testcases from deja-gnu to a "tool" subdirectory.
  192.  
  193. Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
  194.  
  195.     * devo/dejagnu: Initial creation of devo/dejagnu.
  196.     Migrated dejagnu testcases and support files for testing software
  197.     tools to reside as subdirectories, currently called "testsuite",
  198.     within the directory of the software tool.  Migrated all programs,
  199.     support libraries, etc. beloging to dejagnu proper from
  200.     devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
  201.     with no modifications.  The changes to these files which will
  202.     allow them to configure, build, and execute properly will be made
  203.     in a future update.
  204.  
  205. Wed Feb 17 10:51:13 1993  Ian Lance Taylor  (ian@cygnus.com)
  206.  
  207.     * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove expected failures
  208.     for mips-*-* that now work (gcc was fixed to distinguish int and
  209.     long in COFF debugging output).
  210.  
  211. Tue Feb 16 17:31:54 1993  Fred Fish  (fnf@cygnus.com)
  212.  
  213.     * gdb.t21/demangle.exp (test_gnu_style_demangling,
  214.     test_cfront_style_demangling):  Add tests for some cases that
  215.     involve const that were previously broken.
  216.  
  217. Mon Feb 15 14:09:33 1993  Ian Lance Taylor  (ian@cygnus.com)
  218.  
  219.     * gdb.t00/default.exp (attach, core-file, r, run, target core):
  220.     Add more error messages used by cross gdb.
  221.  
  222. Fri Feb 12 11:17:05 1993  Fred Fish  (fnf@cygnus.com)
  223.  
  224.     * gdb.t21/demangle.exp:  Add yet more cfront demangling tests.
  225.  
  226. Thu Feb 11 12:23:53 1993  Fred Fish  (fnf@cygnus.com)
  227.  
  228.     * gdb.t21/demangle.exp:  Add new demangling tests, for various
  229.     gnu and cfront patterns, that match recent bug fixes.
  230.     * configure.in (configdirs):  Add gdb.t23.
  231.     * gdb.t23/ {Makefile.in, configure.in, in-gdbme.cc,
  232.     templates.exp}:  New test case to testing templates.  Currently
  233.     contains just the framework, but no tests.
  234.     * gdb.t21/demangle.exp (demangle):  Fix proc so that demangling
  235.     failures don't trigger two failure reports, one erroneously
  236.     indicating the cause as a timeout.
  237.     * gdb.t21/demangle.exp (various):  Print number of correct 
  238.     demanglings when suppressing remaining tests.
  239.     * gdb.t21/demangle.exp (test_cfront_style_demangling):
  240.     New test for cfront style demangling.
  241.     * gdb.t21/demangle.exp (do_test):  Call cfront style demangling
  242.     test.
  243.  
  244. Wed Feb 10 18:28:40 1993  Stu Grossman  (grossman at cygnus.com)
  245.  
  246.     * gdb.t11/list.exp (list filename:function; wrong filename not
  247.     rejected):  Revise expected failure profile.  All systems are
  248.     expected to fail.
  249.  
  250. Mon Feb  8 21:25:47 1993  Stu Grossman  (grossman at cygnus.com)
  251.  
  252.     * gdb.t00/help.exp (help set):  Look for prompt on next line to
  253.     prevent timeout error.
  254.     * gdb.t11/list.exp (list filename:function; wrong filename not
  255.     rejected):  Document expected failure for general case.  Set
  256.     expected failure for sunos.
  257.  
  258. Wed Feb  3 09:42:14 1993  Mike Stump  (mrs@rtl.cygnus.com)
  259.  
  260.     * g++.niklas, configure.in: Add some test cases from Niklas.
  261.  
  262. Mon Feb  1 18:40:27 1993  Mike Werner  (mtw@rtl.cygnus.com)
  263.  
  264.     * code_quality.exp, compile.exp, execute.exp, noncompile.exp,
  265.       special.exp, unsorted.exp: added "unset subdir_created".
  266.  
  267. Fri Jan 29 14:20:11 1993  Mike Werner  (mtw@rtl.cygnus.com)
  268.  
  269.     * Makefile.in (install): changed the sed command, which creates
  270.       $(target-alias)-runtest, to have the installed
  271.       $(target-alias)-runtest call $(bindir)/runtest.exp instead of
  272.       $(srcdir)/runtest.exp . This worked earlier but was broken by a
  273.       change to $(EXPECT) .
  274.  
  275. Thu Jan 28 14:24:56 1993  Ian Lance Taylor  (ian@cygnus.com)
  276.  
  277.     * Makefile.in (info, install-info): Deleted extraneous @'s.
  278.  
  279. Thu Jan 28 08:29:57 1993  Fred Fish  (fnf@cygnus.com)
  280.  
  281.     * Makefile.in (CC_FOR_TARGET, CFLAGS, CXX_FOR_TARGET, CXXFLAGS,
  282.     CXX, GCC_FOR_TARGET, FLAGS_TO_PASS):  Match definitions in
  283.     upper level devo/Makefile.in.
  284.     * config/mt-unix (EXPECT):  Remove definition, it is set by
  285.     Makefile.in to use the latest built version.
  286.     * Makefile.in (CHILL_FOR_TARGET, CHILLFLAGS, CHILL_LIB):  Match
  287.     definitions in upper level devo/Makefile.in.
  288.  
  289. Wed Jan 27 21:48:15 1993  Fred Fish  (fnf@cygnus.com)
  290.  
  291.     * Makefile.in (clean):  Test if directory exists before trying
  292.     to run submake in it.
  293.     * gdb.t00/teststrategy.exp:  Add cases that work when gdb is
  294.     compiled with ALIGN_STACK_ON_STARTUP defined.  Fix "print foo"
  295.     expected output to match current gdb.  Fix tests for finding
  296.     pathname to gdb executable to use the TCL "file" command.
  297.     * gdb.t20/classes.exp:  Change error when binfile does not 
  298.     exist to be a simple fail instead.
  299.     * tcl.tests/Makefile.in (tcltest):  Use CC_FOR_TARGET.
  300.     * tcl.tests/Makefile.in (Makefile):  Add target.
  301.     * gdb.t30/chexp.exp:  Set up expected failure for printing
  302.     uninitialized convenience variables.
  303.     * gdb.t31/chillvars.exp:  Set up expected failure for references
  304.     to string4, which chill compiler doesn't handle yet.  Add tests
  305.     for string repetition operator.
  306.     * gdb.t31/in-gdbme.ch:  Comment out string4, not handled yet.
  307.  
  308. Mon Jan 25 15:12:41 1993  Mike Werner  (mtw@rtl.cygnus.com)
  309.  
  310.     * gcc.unsorted/unsorted.exp
  311.       gcc.special/special.exp
  312.       gcc.noncompile/noncompile.exp
  313.       gcc.execute/execute.exp
  314.       gcc.compile/compile.exp
  315.       gcc.code_quality/code_quality.exp:
  316.       Modified to properly find source code for the test cases,
  317.       create the appropriate subdirectories to hold the compiled
  318.       testcases, and delete the subdirectories when finished.
  319.  
  320. Thu Jan 21 18:05:54 1993  Mike Werner  (mtw@rtl.cygnus.com)
  321.  
  322.     * Makefile.in: cosmetic changes.
  323.     * gcc.code_quality/code_quality.exp: repalced a "source xxx"
  324.       with a "load_lib xxx".
  325.     * gcc.compile/compile.exp: replaced a "source xxx" with a
  326.       "load_lib xxx".
  327.  
  328. Thu Jan 21 08:03:16 1993  Fred Fish  (fnf@cygnus.com)
  329.  
  330.     * Makefile.in (CC, CXX):  Change to CC_FOR_TARGET, CXX_FOR_TARGET.
  331.     * Makefile.in (FLAGS_TO_PASS):  Add AR_FOR_TARGET, CC_FOR_tARGET
  332.     CXX_FOR_TARGET, RANLIB_FOR_TARGET.
  333.     * {gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
  334.     gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
  335.     gdb.t15, gdb.t16, gdb.t20, gdb.t21, gdb.t22}/Makefile.in:
  336.     Add Makefile target, dependencies, and rules, replace CC with
  337.     CC_FOR_TARGET and CXX with CXX_FOR_TARGET.
  338.     * gdb.t03/ptype.exp:  Add tests for string constants and array
  339.     constants.
  340.     * gdb.t16/printcmds.exp:  Add tests for string constants and array
  341.     constants.
  342.     * Makefile.in (CHILL):  Change to CHILL_FOR_TARGET.
  343.     * Makefile.in (FLAGS_TO_PASS):  Add CHILL_FOR_TARGET.
  344.     * {gdb.t30, gdb.t31}/Makefile.in:  Add Makefile target,    dependencies,
  345.     and rules.  Replace CHILL with CHILL_FOR_TARGET.
  346.     * gdb.t31/chillvars.exp:  Set print address off, add tests for
  347.     strings.
  348.     * gdb.t31/in-gdbme.ch:  Add some initialized string variables.
  349.  
  350. Tue Jan 19 14:07:38 1993  Mike Werner  (mtw@rtl.cygnus.com)
  351.  
  352.     * Makefile.in: corrected anchoring error in sed script, within
  353.       the "install" rule, which created the the file {mach}-runtest
  354.  
  355. Fri Jan 15 21:16:51 1993  Fred Fish  (fnf@cygnus.com)
  356.  
  357.     * gdb.t04/setvar.exp:  Minor changes to match current syntax for
  358.     printing array-of-char in string form.
  359.     * gdb.t16/printcmds.exp:  Fix one test case to match bug fix.
  360.     * gdb.t30/chexp.exp:  Disable tests that check for control
  361.     sequence form of character literals, not supported in GNU Chill.
  362.  
  363. Wed Jan 13 21:33:05 1993  Mike Stump  (mrs@cygnus.com)
  364.  
  365.     * doc/dejagnu.texi, Makefile.in: Change .../gcc to .../xgcc.
  366.  
  367. Wed Jan 13 08:21:00 1993  Fred Fish  (fnf@cygnus.com)
  368.  
  369.     * Makefile.in (CHILLFLAGS):  Add appropriate -L arg to find
  370.     libchill.a, if a freshly built one exists.
  371.     * gdb.t31/Makefile.in (LIBCHILL, LIBS):  Define local defaults.
  372.  
  373.     * Makefile.in (runtest):  Fix to properly find freshly built
  374.     "expect" binary.
  375.  
  376. Tue Jan 12 12:51:46 1993  Fred Fish  (fnf@cygnus.com)
  377.  
  378.     * Makefile.in (CPLUS):  Remove macro.
  379.     * Makefile.in (CC, CXX, GDB, EXPECT):  Use freshly build binaries
  380.     if available.
  381.     * Makefile.in (CFLAGS, CXXFLAGS, GDBFLAGS):  Provide default
  382.     flags to go with CC, CXX, and GDB respectively.
  383.     * Makefile.in (FLAGS_TO_PASS):  Add CXX, CXXFLAGS, LINK.
  384.     * Makefile.in (info, subdir_do, subdirs):  Use rootme and
  385.     rootsrc to find tool directories, use FLAGS_TO_PASS.
  386.     * Makefile.in (runtest):  Use new EXPECT macro.
  387.     * Makefile.in:  Other minor macro rearrangements.
  388.     * config/{abug-g++.exp, aout-g++.exp, coff-g++.exp, mt-a29k-udi,
  389.     mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
  390.     mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-unix, nind-g++.exp,
  391.     udi-g++.exp, unix-g++.exp, vx-g++.exp}, doc/deja-gnu.texi, 
  392.     g++.mike/{misc2.exp, misc8.exp, misc9.exp}, g++.old-deja/tests/
  393.     g++.sun/g++.frag/1076585.C, gdb.t20/Makefile.in, gdb.t21/
  394.     Makefile.in, gdb.t22/Makefile.in, lib/mike-g++.exp:
  395.     Use CXX rather than CPLUS, CPLUSPLUS, or C++, use CXXFLAGS 
  396.     rather than CFLAGS or CPLUSFLAGS or C++FLAGS.
  397.     * Makefile.in (CHILL):  Use freshly built binaries if available.
  398.     * Makefile.in (CHILLFLAGS):  Provide default flags for CHILL.
  399.     * Makefile.in (FLAGS_TO_PASS):  Add CHILL, CHILLFLAGS.
  400.  
  401. Mon Jan 11 18:02:48 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  402.  
  403.     * expect.tests/exp-after.test, exp-before.test, log-file.test,
  404.     send-exp.test, spawn.test: Test case for expect tests.
  405.     * expect.tests/exp-test.exp: Test driver for expect tests.
  406.     * expect.tests/Makefile.in, configure.in: Configure
  407.     support. 
  408.     * expect.tests/exp-test.c: Simple interactive program for expect
  409.     tests.
  410.     * expect.tests: New directory.
  411.     * config/unix-expect.exp: New tool.
  412.  
  413. Fri Jan  8 16:41:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  414.  
  415.     * config/udi-gdb.exp (gdb_start): don't require "UDI socket" in
  416.     the startup message.
  417.  
  418. Wed Jan  6 08:53:08 1993  Fred Fish  (fnf@cygnus.com)
  419.  
  420.     * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
  421.     gdb.t11, gdb.t12}/Makefile.in:  Add explicit "all" target to
  422.     Makefiles missing it, supply explicit rules to make object files
  423.     from source files to subvert bug in GNU make that assumes gcc
  424.     style "-c -o" handling.
  425.     * tcl.texts/Makefile.in: Look in tcl sibling dir for library,
  426.     rather than picking up whatever happens to be installed.
  427.     * config/unix-gdb.exp (gdb_start):  Temporarily increase timeout
  428.     by 60 seconds to accommodate heavily loaded or otherwise slow
  429.     systems during gdb startup.  A similar fix was also installed in
  430.     a 14-Dec change, but mysteriously disappeared.
  431.     * gdb.t31/chillvars.exp:  Go ahead and try to run test on non-
  432.     DWARF systems, as long as there is a chill executable to test.
  433.  
  434. Mon Jan  4 17:19:08 1993  Fred Fish  (fnf@cygnus.com)
  435.  
  436.     * gdb.t30/chexp.exp (test_print_accept, test_print_reject):
  437.     Convert to varargs function.
  438.     * gdb.t30/chexp.exp (test_arithmetic_expressions):  New tests.
  439.     * gdb.t31/Makefile.in (CHILL, CHILLFLAGS):  Provide defaults.
  440.     * gdb.t31/chillvars.exp (test_UBYTE):  Remove FIXME`s, fixed.
  441.     * gdb.t31/in-gdbme.ch (scalar_arithmetic, write_arrays,
  442.     booleans):  Add procs for testing.
  443.     * lib/gdb.exp (runto):  Don't expect hex format for breakpoint
  444.     address.
  445.  
  446. Sun Jan  3 14:24:53 1993  Fred Fish  (fnf@cygnus.com)
  447.  
  448.     * gdb.t30/chexp.exp (test_float_literals_accepted):  Use
  449.     literals in comparisons, rather than printing their values
  450.     directly.  Avoids spurious failures due to conversion or
  451.     representational differences between machines types.
  452.  
  453. Sat Jan  2 22:56:53 1993  Fred Fish  (fnf@cygnus.com)
  454.  
  455.     * gdb.t30/chexp.exp (test_float_literals_accepted):  New test.
  456.     * gdb.t31/in-gdbme.ch (testvars):  Add floating point assigns.
  457.  
  458. Thu Dec 31 08:30:08 1992  Fred Fish  (fnf@cygnus.com)
  459.  
  460.     * gdb.t00/help.exp:  Track recent gdb changes in description
  461.     of "set" command for assigning expression values to variables.
  462.  
  463. Wed Dec 30 13:17:36 1992  Fred Fish  (fnf@cygnus.com)
  464.  
  465.     * gdb.t00/gdbvars.exp:  New tests for convenience variables and
  466.     history value list.
  467.     * gdb.t30/chexp.exp:  Add tests for convenience variables and
  468.     history value list.
  469.  
  470.     * config/unix-gdb.exp (gdb_exit):  Put escaped quotes around
  471.     command to send to gdb inside a catch.  Otherwise the newline
  472.     at the end of the quit command gets eaten.
  473.     * lib/gdb.exp (gdb_test):  Replace bogus message about the
  474.     gdb process no longer existing with a error that reports the
  475.     real reason for the send command failing.  Remove use of
  476.     "$command" in the expect pattern, since it may contain sequences
  477.     that look like regular expressions but should not be interpreted
  478.     as regular expressions.
  479.  
  480. Tue Dec 29 22:49:56 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  481.  
  482.     * Makefile.in: define FLAGS_TO_PASS
  483.  
  484. Sun Dec 27 11:52:45 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  485.  
  486.     * lib/udi.exp: Fixed so that it downloads stably. Added better
  487.     error trapping. Works with simulator or demo board.
  488.     * runtest.exp: Cleaned up handling of signals during the init
  489.     phase. 
  490.     * lib/old-dejagnu.exp: Fixed bug that made $CFLAGS accumulate
  491.     repititions of the same flags.
  492.     * runtest.exp: cleans up temp file better.
  493.     * config/udi-g++.exp: Minor bug fixes. Doesn't die it it can't
  494.     connect now.
  495.  
  496. Sat Dec 26 19:21:14 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  497.  
  498.     * config/vx-gdb.exp: Now it exits if it can't connect to the
  499.     target.
  500.     * most everything: Made *all* (whew) error and warning messages
  501.     use new procedures. These messages are controlled by --all rather
  502.     than --verbose.
  503.     * lib/framework.exp: Fixed clone_output so everything gets sent to
  504.     the correct files. Also added a procedure for standard warning and
  505.     error messages.
  506.  
  507. Sat Dec 26 11:16:55 1992  Fred Fish  (fnf@cygnus.com)
  508.  
  509.     * tcl.tests/tcltest.c (Tcl_DumpActiveMemory):  Remove extern
  510.     declaration, which is now incompatible with tcl.h.
  511.  
  512.  
  513. Tue Dec 22 22:36:42 1992  Fred Fish  (fnf@cygnus.com)
  514.  
  515.     * Makefile.in (subdir_do):  Remove blank line after target,
  516.     that gives older makes indigestion.
  517.     * configure.in:  When running "make", use environment definition
  518.     of MAKE if one exists, default to "make" if not in environ.
  519.     * gdb.t21/cplusfuncs.exp:  Update regular expressions for matching
  520.     operators to track gdb C++ demangling fixes.
  521.  
  522. Mon Dec 21 22:32:46 1992  Fred Fish  (fnf@cygnus.com)
  523.  
  524.     * gdb.t31/in-gdbme.ch (bytetable3, bytetable4):  Reduce ranges
  525.     of array dimensions to something more managable for explicit
  526.     initialization.  Add initializers.
  527.     * gdb.t31/in-gdbme.ch (inttable1, inttable2, longtable1,
  528.     longtable2):  Fix typo, initializers were intended to be
  529.     sequential values for easy identification.
  530.     * gdb.t31/chillvars.exp:  Update to track changes in in-gdbme.ch.
  531.  
  532. Mon Dec 21 19:48:42 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  533.  
  534.     * runtest.exp: Has new option to specify the target's
  535.     configuration string. Only used by runtest.
  536.     * g++.other/*.exp: Now use procs from mike-g+.exp.
  537.     * g++.mike/*.exp: Now use procs from mike-g+.exp.
  538.     * Makefile.in: Now has install & uninstall targets.
  539.     * lib/prebase, postbase.exp: Merged into lib/mike-g++.exp and made
  540.     into procs.
  541.     * runtest.exp: Traps error when trying to test a tool that does't
  542.     have support.
  543.     * lib/framework.exp: Contains all the procs from runtest.exp.
  544.     These are basically the guts of the testing framework.
  545.     * runtest.exp: Moved all procs to a library file.
  546.  
  547. Sat Dec 19 16:50:46 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  548.  
  549.     * runtest.exp: Upped version number to 0.8.1
  550.     * lib/nm-defs.exp: Support procs for nm tests.
  551.     * nm.all/nm.exp: Now uses a generic nm testing proc.
  552.     * nm.all/Makefile.in: Changes the path for the linker script so it
  553.     won't produce srecs.
  554.     * nm.all/configure.in: Copies linker script for m68k-abug and
  555.     edits out OUTPUT_FORMAT line.
  556.     * config/*-nm.exp: They only contain stubs calling the procs in
  557.     nm-defs.exp.
  558.  
  559. Fri Dec 18 18:13:15 1992  Rob Savoye  (rob@cygnus.com)
  560.  
  561.     * gcc.*/*.exp: Doesn't change into the subdir.
  562.     * lib/c-torture.exp: Adds subdir to path for objects and binaries
  563.     * runtest.exp: Added tests for targetname and connectmode when
  564.     using a MVME m68k board.
  565.     * configure.in: Now tests for m68k-abug-[coff|aout].
  566.     * config/mt-m68k-abug: Now a mt-m68k-abug-coff and
  567.     mt-m68k-abug-aout version so either tool chain can be used to
  568.     produce the srecords.
  569.  
  570. Fri Dec 18 10:26:46 1992  Fred Fish  (fnf@cygnus.com)
  571.  
  572.     * Makefile.in (.NOEXPORT):  Add for GNU make.  Don't pass defines
  573.     with pathnames relative to this directory to submakes.
  574.     * gdb.t00/{default.exp, help.exp}:  Update to track latest gdb
  575.     changes.
  576.     * gdb.t30/chexp.exp:  Update to track latest gdb changes.
  577.     * gdb.t31/{in-gdbme.ch, chillvars.exp}:  Add some arrays and
  578.     tests for arrays, update to track latest gdb changes.
  579.  
  580. Mon Dec 14 18:42:58 1992  Fred Fish  (fnf@cygnus.com)
  581.  
  582.     * config/unix-gdb.exp (gdb_start):  Temporarily set timeout up
  583.     to 60 seconds to accommodate heavily loaded or otherwise slow
  584.     systems during gdb startup.
  585.  
  586. Mon Dec 14 12:16:27 1992  Ian Lance Taylor  (ian@cygnus.com)
  587.  
  588.     * gdb.t11/list.exp, gdb.t16/printcmds.exp: added expected failures
  589.     for i960-*-*.
  590.     * gdb.t15/funcargs.exp: increase timeout for *-*-vxworks.
  591.  
  592. Fri Dec 11 21:15:07 1992  Fred Fish  (fnf@cygnus.com)
  593.  
  594.     * gdb.t16/{in-gdbme.c, printcmds.exp}:  Add some tests for
  595.     printing the contents of multidimensional arrays.
  596.  
  597. Wed Dec  9 13:18:39 1992  Michael Werner  (mtw@rtl.cygnus.com)
  598.  
  599.     * tcl.test/tcl-test.exp:
  600.       changed the comparison that looks for the end-of-test return
  601.       string, "%", from the tcl interpreter, tcltest, to check for
  602.       "^%$" instead of just "%".
  603.  
  604. Tue Dec  8 13:49:18 1992  Fred Fish  (fnf@cygnus.com)
  605.  
  606.     * chillvars.exp:  Only run the tests if the target is an
  607.     SVR4 target (which presumes DWARF format).  They are only
  608.     expected to work right now for targets that use DWARF.
  609.  
  610. Tue Dec  8 13:42:45 1992  Michael Werner  (mtw@rtl.cygnus.com)
  611.  
  612.     * removed accidental change to config/unix-tcl.exp that
  613.       occurred during last check-in.
  614.  
  615. Tue Dec  8 13:21:45 1992  Michael Werner  (mtw@rtl.cygnus.com)
  616.  
  617.     * tcl.test/configure.in
  618.       corrected error in "files=" line; changed "defs.h" to "defs".
  619.  
  620. Sun Dec  6 22:00:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  621.  
  622.     * config/*-nm: Fixed nm_version.
  623.     * configure.in: Doesn't configure tcl tests for a cross test.
  624.  
  625. Sat Dec  5 14:13:15 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  626.  
  627.     * doc/dejagnu.l, dejagnu.texi: Added documentation for --baud
  628.     option.
  629.     * runtest.exp: Added --baud option to spcify the baud rate for a
  630.     serial connection.
  631.  
  632. Fri Dec  4 07:00:45 1992  Fred Fish  (fnf@cygnus.com)
  633.  
  634.     * gdb.t31/chillvars.exp:  Add new tests, fix expected results
  635.     for some existing ones.
  636.  
  637. Thu Dec  3 12:28:52 1992  Fred Fish  (fnf@cygnus.com)
  638.  
  639.     * gdb.t20/{classes.exp, inherit.exp, misc.exp},
  640.     gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp:  Downgrade
  641.     missing test executables from ERROR to just FAIL.
  642.     * gdb.t30/chillvars.exp:  Downgrade missing test executables
  643.     from ERROR to just FAIL.  Start adding some real tests.
  644.     * gdb.t30/in-gdbme.ch:  Start adding some initializations of
  645.     fundamental type variables.
  646.  
  647. Wed Dec  2 11:46:04 1992  Ian Lance Taylor  (ian@cygnus.com)
  648.  
  649.     * runtest.exp (setup_xfail): only set xfail_prms if xfail_flag is
  650.     set.
  651.     * gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t15/funcargs.exp: more
  652.     mips-*-* expected failures.
  653.  
  654. Wed Dec  2 11:39:28 1992  Fred Fish  (fnf@cygnus.com)
  655.  
  656.     * lib/gdb.exp (gdb_reinitialize_dir):  New utility proc.
  657.     * gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp,
  658.     gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t11/list.exp, 
  659.     gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp,
  660.     gdb.t16/printcmds.exp, gdb.t20/{classes.exp, inherit.exp,
  661.     misc.exp}, gdb.t21/{cplusfuncs.exp, demangle.exp},
  662.     gdb.t22/virtfunc.exp: Use new gdb_reinitialize_dir tcl proc.
  663.     * gdb.t20/{classes.exp, inherit.exp, misc.exp},
  664.     gdb.t21/{cplusfuncs.exp, demangle.exp}, gdb.t22/virtfunc.exp:
  665.     Suppress tests if executable not found.
  666.     * Makefile.in:  Add CHILL and CHILLFLAGS as things to pass
  667.     to recursive makes.
  668.     * gdb.t31/{configure.in, Makefile.in, in-gdbme.ch, chillvar.exp}:
  669.     New directory of chill tests.
  670.     * config/mt-unix (CHILL, CHILLFLAGS):  New defs for chill
  671.     compiler name and flags to pass to compiler.
  672.     * configure.in (configdirs):  Add gdb.t31.
  673.     * gdb.t30/chexp.exp:  Don't need to load a gdb.
  674.  
  675. Mon Nov 30 20:38:00 1992  Fred Fish  (fnf@cygnus.com)
  676.  
  677.     * runtest.exp (setup_xfail, clear_xfail):  Modify to accept
  678.     multiple arguments and examine each one for a valid config
  679.     triplet or a prms id.
  680.     * gdb.t03/ptype.exp:  Clear xfail flag for ptype of unnamed
  681.     enumeration members for SVR4 systems (presumes DWARF).
  682.     * gdb.t11/list.exp:  Set up xfail flag for tests that are
  683.     expected to fail on SVR4 systems (presumes DWARF).
  684.  
  685. Mon Nov 30 17:32:36 1992  Ian Lance Taylor  (ian@cygnus.com)
  686.  
  687.     * gdb.t00/default.exp (set write, show write): don't leave it at
  688.     set write on, because that causes debugging problems in later
  689.     testing on Ultrix.
  690.  
  691. Mon Nov 30 17:18:32 1992  Rob Savoye  (rob@cygnus.com)
  692.  
  693.     * runtest.exp: Now uses find proc to recursively find all expect
  694.     file.
  695.  
  696. Mon Nov 30 11:55:36 1992  Fred Fish  (fnf@cygnus.com)
  697.  
  698.     * gdb.t20/inherit.exp:  Recognize a '.' as the g++/gdb
  699.     CPLUS_MARKER, rather than just '$'.  This particular piece of
  700.     brain damage is spreading like ooze; gcc, gdb, and libiberty are
  701.     all infected as well.
  702.  
  703. Mon Nov 30 11:23:42 1992  Ian Lance Taylor  (ian@cygnus.com)
  704.  
  705.     * configure.in: use mt-i960-nindy, not mt-i960-nind.
  706.     * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
  707.     gdb.t09/corefile.exp, gdb.t11/list.exp, gdb.t12/scope.exp: add
  708.     expected failures for mips-*-*.
  709.  
  710. Sun Nov 29 23:10:43 1992  Mike Stump  (mrs@rtl.cygnus.com)
  711.  
  712.     * prebase.exp (not_compiler_output): Change from looking for
  713.     Segmentation Violation to Internal compiler error, as the compiler
  714.     no longer issues the former.
  715.  
  716. Sun Nov 29 15:16:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  717.  
  718.     * config:/vx-g++.exp, udi-g++.exp: Replaced with gcc init code.
  719.     * runtest.exp: Now executes recursively any *.exp files.  
  720.     * lib/old-dejagnu.exp: proc old-dejagnu executes tests that are
  721.     supposed to.
  722.     * g++.old-deja/old-deja.exp: Recursively get all the C code in a
  723.     subdirectory tree.
  724.     * lib/utils.exp: New file, contains utility procs grep, find,
  725.     and which. 
  726.     * runtest.exp: Applied Fred's patch for the output.
  727.  
  728. Sun Nov 29 08:51:15 1992  Fred Fish  (fnf@cygnus.com)
  729.  
  730.     * gdb.t22/virtfunc.exp:  Make "ptype VA" an expected failure.
  731.     * runtest.exp:  Fix a couple of minor formatting glitches.
  732.     * gdb.t30/chexp.exp(test_print_reject):  Add another possible
  733.     failure expect string.
  734.  
  735. Sat Nov 28 21:09:33 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  736.  
  737.     * g++.old-deja/tests: New directories for C++ code from the old
  738.     style DejaGnu tests.
  739.     * g++.old-deja/old-deja.exp: New file for running the old style
  740.     DejaGnu tests.
  741.     * lib/old-dejagnu.exp: New file. Support procs for running the
  742.     old style DejaGnu tests.
  743.  
  744. Wed Nov 25 08:05:59 1992  Fred Fish  (fnf@cygnus.com)
  745.  
  746.     * gdb.t16/printcmds.exp:  Set up expected failure for
  747.     "p 123DEADBEEF".  Gdb thinks this is a floating point number.
  748.  
  749. Mon Nov 23 12:14:43 1992  Ian Lance Taylor  (ian@cygnus.com)
  750.  
  751.     * config/mt-i960-vx: set LIBS to -lgcc, not -lg (lost when file
  752.     was renamed).
  753.     * gdb.t07/watchpoint.exp: Added expected failures for Sun3.
  754.  
  755. Fri Nov 20 15:39:07 1992  Ian Lance Taylor  (ian@cygnus.com)
  756.  
  757.     * gdb.t00/default.exp (info set): don't get fooled by the prompt
  758.     in the output.
  759.     (detach): gdb_test can not include $prompt in the expected result.
  760.     * gdb.t00/teststrategy.exp (backtrace): don't insist on main being
  761.     at level 7; any level is acceptable.
  762.  
  763. Sun Nov 22 14:44:35 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  764.  
  765.     * lib/remote.exp: Added proc for kermit.
  766.  
  767. Fri Nov 20 11:23:26 1992  Fred Fish  (fnf@cygnus.com)
  768.  
  769.     * config/unix-gdb.exp (gdb_exit):  Add explicit close as
  770.     workaround for expect bug that slowly consumes file descriptors.
  771.     * gdb.t22/virtfunc.exp:  When gdb dumps core, start a new one
  772.     for the benefit of later tests that expect a gdb to be currently
  773.     running.  This is a kludge.
  774.     * configure.in (configdirs):  Add gdb.t16.
  775.     * gdb.t16/{Makefile.in, configure.in, in-gdbme.c, printcmds.exp}:
  776.     New test for exhaustive printing of all ASCII characters and
  777.     substrings, and a few tests for printing of integral values.
  778.     * gdb.t30/chexp.exp:  Add tests for character literals.
  779.  
  780. Thu Nov 19 17:45:53 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  781.  
  782.     * lib/udi.exp: New procs for udi shells.
  783.     * config/udi-gcc.exp: Made gcc_load
  784.     * config/udi-gdb.exp: Made gdb_start, gdb_load gdb_exit
  785.     * gdb.t00/default.exp: Lots of ugly hacks cause many default
  786.     actions kill the UDI connection. Lookfor for new xfails. Sigh...
  787.     * config/*-gdb.exp: Use which in gdb_version.
  788.     * lib/gcc.exp: Use which in default_gcc_version.
  789.     * runtest.exp: New proc which that does a path lookup.
  790.  
  791. Wed Nov 18 17:08:08 1992  Michael Werner  (mtw@rtl.cygnus.com)
  792.  
  793.     * Updated c torture tests from the package c-torture-1.7
  794.       The test in:        gcc.code_quality
  795.                 gcc.compile
  796.                 gcc.execute
  797.                 gcc.noncompile
  798.                 gcc.unsorted
  799.       were updated. Existing tests in a given directory that had
  800.       changed or that were not in 1.7 were moved into a subdirectory
  801.           called "old-tests". 1.7 had a new directory called "special",
  802.           the contents of which were placed in deja-gnu/gcc.special .
  803.       Also, deleted from a prior Changelog entry was the erroneous
  804.           statement of the removal of support in gcc for the recognition
  805.           of the ".C" extension.
  806.  
  807. Wed Nov 18 13:36:43 1992  Fred Fish  (fnf@cygnus.com)
  808.  
  809.     * gdb.t30/chexp.exp:  Change print tests to include explicit
  810.     print command so we can also include formats.
  811.  
  812. Wed Nov 18 12:32:53 1992  Ian Lance Taylor  (ian@cygnus.com)
  813.  
  814.     * configure.in: never change target_os; we need to be able to
  815.     check it in istarget tests.
  816.     * config/unix-gdb.exp (gdb_exit): the string match test was the
  817.     wrong way around; also, call close to try to avoid the file
  818.     descriptor leak in some versions of expect.
  819.     * teststrategy.exp: added some expected failures for Sun4 and
  820.     Solaris, and changed the core dump test to accept a timeout (no
  821.     response from gdb) if a core file was actually created.
  822.     * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp,
  823.     gdb.t15/funcargs.exp: added PRMS bug numbers for expected i960
  824.     failures.
  825.     * gdb.t10/crossload.exp (bfddefault): corrected error message.
  826.     (whole file): changed fixme handling to use setup_xfail.
  827.  
  828. Tue Nov 17 09:14:11 1992  Ian Lance Taylor  (ian@cygnus.com)
  829.  
  830.     * runtest.exp (setup_xfail): take optional second argument which
  831.     is the PRMS bug number.
  832.     (pass, fail): use it.
  833.     * gdb.t00/default.exp (accept): gdb 4.7 returns a different
  834.     string.
  835.     (show): don't get fooled by the prompt in the output.
  836.     * gdb.t12/scope.exp: RS/6000 expects to fail print 'file'::var.
  837.     * gdb.t21/cplusfuncs.exp: use setup_xfail rather than FIXME.
  838.  
  839. Mon Nov 16 12:38:47 1992  Fred Fish  (fnf@cygnus.com)
  840.  
  841.     * gdb.t10/Makefile.in (EXECUTABLES):  Add sparc-elf.
  842.     * gdb.t10/README:  Document sparc-elf.
  843.     * gdb.t10/crossload.exp:  Load and test sparc-elf.
  844.     * gdb.t10/sparc-elf.u:  New test executable.
  845.  
  846. Mon Nov 16 11:31:30 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  847.  
  848.     * config/unix-tcl.exp: Tcl library init module.
  849.     * tcl.tests: Add the tests directory from the Tcl release.
  850.     * tcl.tests/Makefile.in, configure.in: Support stuff.
  851.     * tcl.tests/tcl-test.exp: Test the Tcl library.
  852.  
  853. Sun Nov 15 09:30:29 1992  Fred Fish  (fnf@cygnus.com)
  854.  
  855.     * gdb.t30/{Makefile.in, chexp.exp, configure.in}:  New tests
  856.     for GNU-Chill.
  857.     * configure.in (configdirs):  Add gdb.t30.
  858.  
  859. Fri Nov 13 21:14:13 1992  Ian Lance Taylor  (ian@cygnus.com)
  860.  
  861.     * runtest.exp (pass): don't print \n\nXPASS\n\n; just XPASS:
  862.     suffices.
  863.     (setup_xfail): don't set xfail_flag unconditionally; instead set
  864.     it if the argument is the target so that it can be called several
  865.     times.
  866.     (clear_xfail): new function to conditionally clear xfail_flag.
  867.     * config/unix-gdb.exp (gdb_load): set the directory to point to
  868.     whereever the program is loaded from, for the benefit of symbol
  869.     formats which don't know that.
  870.     * teststrategy.exp: accept AIX error messages.
  871.     (print "foo"): AIX shared libraries mean gdb can't find malloc.
  872.     (stack trace): fails on AIX.
  873.     * gdb.t02/in-gdbme.c, gdb.t03/in-gdbme.c: assign to nested_su
  874.     field so that AIX linker doesn't strip it from object file.
  875.     * gdb.t03/ptype.exp (unnamed enumeration): works on RS/6000.
  876.     * gdb.t04/setvar.exp: don't set prms_id to garbage value.
  877.     * gdb.t08/opaque.exp: RS/6000 can't do xrefs.
  878.     * gdb.t09/corefile.exp: AIX gdb can't get name or signal from a
  879.     core file.
  880.     * gdb.t10/crossload.exp: v_signed_char on MIPS generally fails.
  881.     * gdb.t11/list.exp: some tests fail because gcc generates
  882.     incorrect debugging information.
  883.     * gdb.t12/in-gdbme0.c, gdb.t12/in-gdbme1.c: don't let AIX strip
  884.     unreferenced variables.
  885.  
  886. Thu Nov 12 08:17:40 1992  Ian Lance Taylor  (ian@cygnus.com)
  887.  
  888.     * runtest.exp (sum): catch errors from tool_version and tool_exit,
  889.     to ensure that we exit as expected even if they fail.
  890.     * gdb.t00/default.exp, gdb.t00/help.exp: some targets, notably the
  891.     RS/6000, don't support "set write" and "show write".
  892.     * gdb.t11/list.exp (list gdbme0.c:unused, list gdbme1.c:unused):
  893.     mark as expected failures for i960-*-*.  These should perhaps be
  894.     considered successes.
  895.  
  896. Tue Nov 10 20:40:43 1992  Rob Savoye  (rob at rtl.cygnus.com)
  897.  
  898.     * lib/gcc.exp: Added $LDFLAGS to default_gcc_start so targets can
  899.     get their linker scripts.
  900.  
  901. Mon Nov  9 10:57:44 1992  Ian Lance Taylor  (ian@cygnus.com)
  902.  
  903.     * lib/gcc.exp: new file; defines default_gcc_version and
  904.     default_gcc_start.
  905.     * config/*-gcc.exp: use routines in gcc.exp.
  906.     * gcc.execute/execute.exp: don't use c-torture, because it gives
  907.     us undesired PASS and FAIL reports; use gcc_start instead.
  908.     * gcc.execute/920501-6.c, gcc.execute/920726-1.c: don't include
  909.     <stdio.h> or <strings.h>, so these can be used on VxWorks.
  910.     * gdb.t01/run.exp: expect "run" after sending it to avoid waiting
  911.     for the VxWorks shell too early.
  912.  
  913. Sun Nov  8 21:38:55 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  914.  
  915.     * Makefile.in: added subdir_do target, use it for info and install-info
  916.  
  917. Fri Nov  6 14:10:58 1992  Ian Lance Taylor  (ian@cygnus.com)
  918.  
  919.     * config/vx-gdb.exp (gdb_load, spawn_vxgdb): increase timeouts.
  920.     * gdb.t00/default.exp: accept AIX error messages, and set the init
  921.     file name based on the target.
  922.     * gdb.t01/run.exp, gdb.t12/scope.exp: increase timeouts for
  923.     VxWorks.
  924.     * gdb.t06/break.exp: increase timeouts for VxWorks, and rewrite a
  925.     few tests to use gdb_test function.
  926.  
  927. Fri Nov  6 11:34:20 1992  Michael Werner  (mtw@rtl.cygnus.com)
  928.  
  929.     * Moved the following ChangeLog entry from devo/ChangeLog to here:
  930.  
  931. Wed Nov     4 17:57:47 1992  Michael Werner  (mtw@rtl.cygnus.com)
  932.  
  933.     * Makefile.in:    Added stuff for building deja-gnu.
  934.     * ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
  935.     Moved in-gdbme.C file to in-gdbme.cc to enhance portability.
  936.     Changed the configure.in file to reflect the filename extension
  937.         change.
  938.  
  939. Fri Nov  6 14:00:48 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
  940.  
  941.     * gdb.t15/funcargs.exp: continue to call6k is an expected failure
  942.     for i960-*-vxworks; PRMS 1786.
  943.  
  944. Thu Nov  5 18:09:23 1992  Mike Stump  (mrs@rtl.cygnus.com)
  945.  
  946.     * lib/prebase.exp: Remove incorrect fix.  CPLUSFLAGS needs to be
  947.     reset on a per test case basis, as it is changed by each test
  948.     case.  The correct way to fix this is to establish a default value
  949.     for the variable, and set the variable to that value.
  950.  
  951. Thu Nov  5 18:04:21 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  952.  
  953.     * runtest.exp: proc unknown doesn't print the error codes if
  954.     they're aren't any.
  955.     * lib/remote.exp: New procs tip and tip_download for boards that
  956.     live on the end of a serial cable.
  957.     * config/abug-gcc.exp: Init module for MVME board.
  958.     * config/mt-m68k-abug: Makefile frag for m68k MVME board.
  959.     * configure.in: Only makes links for config files that exist.
  960.  
  961. Thu Nov  5 17:40:27 1992  Fred Fish  (fnf@cygnus.com)
  962.  
  963.     * {gdb.t20, gdb.t21, gdb.t22}/{Makefile.in, configure.in}:
  964.     Convert C++ filenames from '.C' to '.cc'.  Rename test files.
  965.  
  966. Wed Nov  4 11:50:34 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
  967.  
  968.     * lib/gdb.exp (gdb_test): don't check specially for attach error,
  969.     since that doesn't belong in a general test.
  970.     * gdb.t00/default.exp: fix attach and run tests for VxWorks.
  971.     * gdb.t04/setvar.exp: clean up a few broken tests, eliminating
  972.     some false failures incorrectly marked FIXME.
  973.     * gdb.t12/scope.exp: do two ``next'' commands if necessary to skip
  974.     over the call to init.
  975.     * gdb.t20/classes.exp, gdb.t20/inherit.exp: make FIXME cases use
  976.     setup_xfail.
  977.  
  978. Tue Nov  3 11:53:37 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
  979.  
  980.     * runtest.exp (clone_output): send strings to the user even if
  981.     they say FIXME.
  982.     * gdb.t01/in-gdbme.c (vxmain): new function for VxWorks which
  983.     takes an argument and calls main with it.
  984.     gdb.t01/run.exp: for *-*-vxworks, call vxmain to pass arguments,
  985.     and look for results from connected task, not gdb.
  986.     * gdb.t01/term.exp: don't run these tests unless native.
  987.     * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp: expect
  988.     the i960 to fail to print type char correctly, because gdb treats
  989.     char as unsigned char.
  990.     * gdb.t06/in-gdbme.c (vxmain): new function for VxWorks which
  991.     takes an argument and calls main with it.
  992.     gdb.t06/break.exp: adjust line numbers for previous change.  For
  993.     target *-*-vxworks, call vxmain to pass arguments.
  994.     * gdb.t07/watchpoint.exp: don't check the first old value after
  995.     restarting the program, because on VxWorks it will not have been
  996.     reset.
  997.     * gdb.t08/opaque.exp: don't check the breakpoint number, because
  998.     on VxWorks gdb_load stops and restarts gdb.
  999.     * gdb.t10/crossload.exp: don't run these tests for i960 targets,
  1000.     because bfd uses SELECT_VECS and these formats are unknown.
  1001.     * gdb.t11/list.exp: changed some FIXME strings to use setup_xfail.
  1002.  
  1003. Mon Nov  2 19:00:36 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
  1004.  
  1005.     * config/vx-gdb.exp: use the new generic communication routines in
  1006.     lib/remote.exp.
  1007.     lib/remote.exp (rlogin): if we get "Sorry, this system is
  1008.     engaged", try again; it can come from VxWorks just after
  1009.     rebooting.
  1010.  
  1011. Sat Oct 31 20:11:12 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1012.  
  1013.     * runtest.exp: procs pass & fail now use a flag set by setup_xfail
  1014.     to determine it a test is an expected failure or an unexpected
  1015.     success.
  1016.     * runtest.exp: New proc setup_xfail. If called with a configure
  1017.     pattern it sets up the next test as an expected failure or an
  1018.     unexpected success.
  1019.  
  1020. Sat Oct 31 16:10:14 1992  Rob Savoye  (rob@darkstar.cygnus.com)
  1021.  
  1022.     * gdb.t10/crossload.exp: Entire file re-written to use the new
  1023.     gdb_test command.
  1024.  
  1025. Sat Oct 31 12:12:08 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1026.  
  1027.     * lib/gdb.exp: gdb_test now traps cleanly if send fails cause gdb
  1028.     core dumped.
  1029.     * gdb.t00/default.exp: Rewrote the first few tests to use the
  1030.     gdb_test proc.
  1031.     * lib/gdb.exp: Added a gdb_test proc. It takes a command and a
  1032.     pattern and runs the gdb test.
  1033.  
  1034. Fri Oct 30 11:46:45 1992  Fred Fish  (fnf@cygnus.com)
  1035.  
  1036.         * runtest.exp:  Guard against nonexistant PWD environment var,
  1037.         which is shell dependent.
  1038.  
  1039. Fri Oct 30 20:23:06 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1040.  
  1041.     * runtest.exp: Changed format of log messages. $prms_id & $bug_id
  1042.     are only printed if they are not 0. Also they now appear at the
  1043.     end of the line in parens with a label.
  1044.     * runtest.exp: New procs xpass & xfail for expected failures and
  1045.     unexpected successes. Added successes to proc sum.
  1046.     * runtest.exp: istarget & ishost with no arguments returns the
  1047.     target and host triplet strings.
  1048.     * runtest.exp: New proc isnative. Returns a 1 if running native,
  1049.     a 0 if on a target.
  1050.     * config/nind-gcc.exp, coff-gcc.ecp, aout-gcc.exp: Applied patch
  1051.     from vx-gcc.exp so errror messages don't always go to the screen.
  1052.  
  1053. Thu Oct 29 19:07:28 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1054.  
  1055.     * Changed all refences to $srcdir/lib to ./lib since configure now
  1056.     makes a link for it.
  1057.     * config/vx-gcc.exp: gcc_load doesn't try to load a program if
  1058.     there is no remote shell.
  1059.     * lib/remote.exp: The network procs telnet, rlogin, rsh now do
  1060.     three retries before exiting with an error.
  1061.     * runtest.exp: Fixed so there are multiple ways to get the users
  1062.     login name so it can be printed in the logs.
  1063.     * doc/DejaGnu.l, dejagnu.texi: Removed references to $nfshost.
  1064.     * runtest.exp: Removed the --nfshost option cause it's become
  1065.         unnessary.
  1066.     * configure.in: Deals with the shorter names in config. Creates an
  1067.      abbreviation for the OS and uses that for the filename substring. 
  1068.     * config/*: All names shortened to <= 14 characters.
  1069.     All init-$target_os-$tool.exp changed to $target_os-$tool.exp. 
  1070.         * config/mt-vxworks68, mt-vxworks960: Changed to use the
  1071.         abbreviated triplet form like all the other stubs. Now mt-m68k-vx
  1072.         and mt-i960-vx. 
  1073.  
  1074. Tue Oct 27 10:27:33 1992  Mike Stump  (mrs@cygnus.com)
  1075.  
  1076.     * runtest.exp: When setting base_dir don't use getenv("PWD") until
  1077.     the code works when there is no PWD env variable.
  1078.  
  1079. Tue Oct 27 07:37:38 1992  Ian Lance Taylor  (ian@cygnus.com)
  1080.  
  1081.     * gdb.t00/default.exp: accept "can't create process" error for run
  1082.     on VxWorks.
  1083.     gdb.t08/opaque.exp: don't look for $binfile when setting
  1084.     breakpoint.
  1085.     gdb.t15/funcargs.exp: added -re "$prompt $" cases.
  1086.     gdb.t20/classes.exp: accept \t as well as space after line number.
  1087.     gdb.t22/virtfunc.exp: added expected failure for "cannot invoke
  1088.     functions on this machine".
  1089.     lib/gdb.exp (runto): added -re "$prompt $" cases.
  1090.  
  1091.     * lib/gdb.exp: renamed from break.exp.  Moved gdb_unload and runto
  1092.     in from config/init-unix-gdb.exp.
  1093.     config/init-unix-gdb.exp: removed gdb_unload and runto.
  1094.     config/init-vxworks-gdb.exp: removed runto.
  1095.     (gdb_start): added "set args main" so that "run" with no arguments
  1096.     works as on Unix.
  1097.     config/*-gdb.exp: include gdb.exp, not break.exp.
  1098.  
  1099.     * gdb.t01/in-gdbme.c: supply static atoi for vxworks, return
  1100.     rather than calling exit (avoids VxWorks vs. libgcc problem).
  1101.     gdb.t07/in-gdbme.c: return rather than calling exit.
  1102.     gdb.t08/in-gdbme0.c: return rather than calling exit.
  1103.     gdb.t13/in-gdbme.c: return rather than calling exit.
  1104.     * gdb.t00/default.exp: don't set height and width here.
  1105.     config/init-unix-gdb.exp (gdb_start): set it here.
  1106.     config/init-vxworks-gdb.exp (gdb_start): and here.
  1107.     * config/init-vxworks-gdb.exp (runto): new function, similar to
  1108.     init-unix-gdb.exp function.
  1109.  
  1110. Mon Oct 26 09:16:24 1992  Ian Lance Taylor  (ian@cygnus.com)
  1111.  
  1112.     * gdb.t12/scope.exp: check for $prompt when failing, not just
  1113.     timeout.
  1114.     * gdb.t11/list.exp: accept tab as well as space after line number.
  1115.     * gdb.t09/corefile.exp: don't run these tests on a target system.
  1116.     gdb.t09/Makefile.in: don't complain if can not dump core.
  1117.     * lib/break.exp: new file, for delete_breakpoints function.
  1118.     config/*-gdb.exp: include it.
  1119.     * config/init-vxworks-gdb.exp (gdb_start): open the telnet
  1120.     connection in gdb_start, not just once.
  1121.     (telnet_init): If shell is locked, retry.
  1122.     (gdb_load): check for $prompt; also stop and restart gdb before
  1123.     loading each file, because vxgdb accumulates symbols and lets the
  1124.     old ones take precendence.
  1125.  
  1126. Sun Oct 25 11:35:49 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1127.  
  1128.     * config/init-vxworks-gcc.exp: Now works good, traps load errors
  1129.     cleanly. 
  1130.     * runtest.exp, doc/dejagnu.texi: Changed all occurences of
  1131.     $defaultmode to $connectmode.
  1132.     * config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
  1133.     compiler output doesn't go to the screen unless $verbose>1.
  1134.     * runtest.exp: Improved error handling in proc unknown by having
  1135.     it dump state.
  1136.  
  1137. Sun Oct 25 11:35:49 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1138.  
  1139.     * runtest.exp, doc/dejagnu.texi: Changed all occurences of
  1140.     $defaultmode to $connectmode.
  1141.     * config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
  1142.     compiler output doesn't go to the screen unless $verbose>1.
  1143.     * runtest.exp: Improved error handling in proc unknown by having
  1144.     it dump state.
  1145.  
  1146. Sat Oct 24 22:44:09 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1147.  
  1148.     * gcc.execute/execute.exp: Looks at $status after executing the
  1149.     test code.
  1150.     * config/init-unix-gcc.exp: Made gcc_load work and set $status.
  1151.     * runtest.exp: Moved regex variables for decimal and hex from
  1152.     init-unix-gdb.exp. 
  1153.  
  1154. Fri Oct 23 12:03:47 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1155.  
  1156.     * config/mt-m68k-aout, mt-m68k-coff, mt-i960-nindy, mt-a29k-udi:
  1157.     New makefile stubs.
  1158.         * config/init-nindy-gdb.exp, init-nindy-gdb.exp, init-nindy-gdb.exp:
  1159.     New init modules for nindy tests.
  1160.     * configure.in: Added aout, coff, udi targets.
  1161.         * config/init-aout-gdb.exp, init-coff-gdb.exp, init-udi-gdb.exp:
  1162.     New init modules for gdb tests.
  1163.         * config/init-aout-gcc.exp, init-coff-gcc.exp, init-udi-gcc.exp:
  1164.     New init modules for gcc tests.
  1165.     * config/init-aout-nm.exp, init-coff-nm.exp, init-udi-nm.exp: New
  1166.     init modules for nm tests.
  1167.     * lib/c-torture.exp: Fixed so warning messages are still a PASS.
  1168.     * runtest.exp: Fixed bug so --connectmode now works.
  1169.  
  1170. Fri Oct 23 11:56:02 1992  Ian Lance Taylor  (ian@cygnus.com)
  1171.  
  1172.     * gdb.t06/in-gdbme.c: added definition of atoi when using VxWorks.
  1173.     gdb.t06/break.exp: adjusted line numbers for above change.
  1174.  
  1175. Thu Oct 22 21:39:03 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1176.  
  1177.     * Makefile.in: Added to site target so the value of LIBS goes into
  1178.     site.exp.
  1179.  
  1180. Thu Oct 22 12:16:03 1992  Ian Lance Taylor  (ian@cygnus.com)
  1181.  
  1182.     * gdb.t00/help.exp: VxWorks support:
  1183.     help i, help info: info sharedlibrary line is optional
  1184.     help source: accept .vxgdbinit as well as .gdbinit
  1185.     * gdb.t00/default.exp: VxWorks support:
  1186.     add-symbol-file, show prompt: use $prompt, not (gdb)
  1187.     i, info: info sharedlibrary line is optional
  1188.     load, r, run, x: accept vxgdb responses as legitimate
  1189.     * config/init-vxworks-gdb: send a single \n at end, because
  1190.     otherwise the multiple prompts confuse the expect scripts.
  1191.  
  1192. Wed Oct 21 16:06:33 1992  Ian Lance Taylor  (ian@cygnus.com)
  1193.  
  1194.     * Makefile.in, */Makefile.in: use new variable $(LIBS) when
  1195.     linking.
  1196.     config/mt-vxworks68, config/mt-vxworks960: define LIBS as -lgcc.
  1197.     * configure.in: add irix* to list of unix targets.
  1198.  
  1199. Tue Oct 20 12:31:38 1992  Mike Stump  (mrs@rtl.cygnus.com)
  1200.  
  1201.     * Makefile.in (subdirs): Fixed so that make works, even when whole
  1202.     subdirectories of tests are removed.  This way, subsets of the
  1203.     whole set of test can be distributed.
  1204.  
  1205. Mon Oct 19 10:59:19 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1206.  
  1207.     * gcc.execute/execute.exp: Runs all the test from the c-torture test's
  1208.     execute directory.
  1209.         * gcc.execute: New directory
  1210.     * gcc.code_quality/code_quality.exp: Runs all the test from the c-torture test's
  1211.     code_quality directory.
  1212.         * gcc.code_quality: New directory
  1213.     * gcc.noncompile/noncompile.exp: Runs all the test from the c-torture test's
  1214.     noncompile directory.
  1215.         * gcc.noncompile: New directory
  1216.     * gdb.*/*.exp: Removed all references to $det_file.
  1217.     * nm.all/nm.exp: Removed all references to $det_file.
  1218.     * g++.other/g++-03.exp, g++-04.exp:  Source prebase.exp and
  1219.     postbase.exp from lib directory.
  1220.     * g++.mike/misc1.exp, misc2.exp, misc3.exp, misc4.exp, misc5.exp,
  1221.     misc6.exp, p646.exp, p710.exp: Source prebase.exp and postbase.exp
  1222.     from lib directory.
  1223.     * prebase.exp, postbase.exp: Moved into lib directory.
  1224.  
  1225. Sun Oct 18 15:46:07 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1226.  
  1227.         * lib/c-torture.exp: New support procs for running tests from the
  1228.     C torture test.
  1229.     * gcc.unsorted/unsorted.exp: Runs all the test from the c-torture test's
  1230.     unsorted directory.
  1231.         * gcc.unsorted: New directory
  1232.     * lib: New directory for Tcl procs used by tests.
  1233.  
  1234. Sun Oct 18 00:39:59 1992  Fred Fish  (fnf@cygnus.com)
  1235.  
  1236.         * gdb.t11/list.exp:  Revise to install FIXME cases for things
  1237.         that are known to fail when used with DWARF.
  1238.         * gdb.t07/watchpoints.exp:  Rewrite to avoid cascading of errors.
  1239.  
  1240. Sat Oct 17 10:54:42 1992  Fred Fish  (fnf@cygnus.com)
  1241.  
  1242.         * gdb.t00/teststrategy.exp:  Fix single step tests to succeed
  1243.         if the source for the gdb being tested is no longer available
  1244.         for the gdb doing the testing.
  1245.  
  1246. Fri Oct 16 17:25:31 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1247.  
  1248.     * g++.mike/misc1.C, misc4.C misc5.C p646.C: Changed all occurences
  1249.     of 'i' as a variable, cause it screws up the vxworks 'i' shell
  1250.     command. 
  1251.  
  1252. Fri Oct 16 15:51:10 1992  Fred Fish  (fnf@cygnus.com)
  1253.  
  1254.         * gdb.t00/default.exp:  Set height to zero.  Fix target cmds
  1255.         to accept either "child" or "procfs" depending upon whether
  1256.         gdb uses /proc.
  1257.         * gdb.t00/help.exp:  Accept either "child" or "procfs" for
  1258.         target commands, depending upon gdb configuration for /proc.
  1259.         * gdb.t00/teststrategy.exp:  Make disassembly output more
  1260.         portable.  Make test for gdb core dump more portable.
  1261.         * gdb.t07/watchpoint.exp:  Test only for pattern at line
  1262.         for watchpoint hit, ignore break addr and linenumber.
  1263.         * gdb.t09/corefile.exp:  Minor fixes for system dependencies.
  1264.  
  1265. Wed Oct 14 13:11:51 1992  Fred Fish  (fnf@cygnus.com)
  1266.  
  1267.     * configure.in (configdirs):  Add gdb.t22
  1268.     * gdb.t22/{Makefile.in, configure.in, in-gdbme.C, virtfunc.exp}:
  1269.     New tests for calling C++ virtual functions.
  1270.  
  1271. Wed Oct 14 00:30:07 1992  Fred Fish  (fnf@cygnus.com)
  1272.  
  1273.     * configure.in (configdirs):  Add gdb.t21
  1274.     * config/init-unix-gdb.exp (delete_breakpoints):  Minor cleanup.
  1275.     * config/init-unix-gdb.exp (runto):  New proc.
  1276.     * gdb.t00/teststrategy.exp (test_with_self):  Preserve the
  1277.     original timeout and restore when done.  Extend the timeout
  1278.     for loading gdb into itself to 10 minutes (old limit of 5 minutes
  1279.     was hit on a SPARCstation under moderate load).
  1280.     * gdb.t01/term.exp:  Fix run command in "info terminal" test.
  1281.     * gdb.t06/break.exp:  Fix linenumber in "run 2" output.
  1282.     * gdb.t12/scope.exp:  Remove "runto" proc, moved to init file.
  1283.     * gdb.t20/inherit.exp:  Remove "runto" proc, moved to init file.
  1284.     * gdb.t20/classes.exp:  Remove "runto" proc, moved to init file.
  1285.     Also remove some junk leftover from gdbtest case conversion.
  1286.     * gdb.t21/{Makefile.in, configure.in, in-gdbme.C, cplusfuncs.exp,
  1287.     demangle.exp}:  New test case for demangling and C++ function
  1288.     lookups.    
  1289.  
  1290. Mon Oct 12 09:10:22 1992  Fred Fish  (fnf@cygnus.com)
  1291.  
  1292.     * gdb.t00/default.exp:  Add expect strings for setting height and
  1293.     width commands.  Add expect string for add-symbol-file.
  1294.     * gdb.t00/teststrategy.exp:  Add proc to convert current gdb
  1295.     pathname to fully qualified pathname for the copy command.
  1296.     Reorganize so that the test can be gracefully skipped if this
  1297.     fails.  Increase timeout to load gdb to 5 minutes for systems
  1298.     where loading is done over the network and/or full symtabs are
  1299.     required.
  1300.     * gdb.t20/{Makefile.in, configure.in, in-gdbme.C, classes.exp,
  1301.     inherit.exp, misc.exp}:  New tests for C++.
  1302.  
  1303. Sat Oct 10 18:23:20 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1304.  
  1305.     * runtest: New makefile created bourne shell to load runtest.exp
  1306.     into expect. Needed for machine that don't grok #!/bin/expect kind
  1307.     of things.
  1308.     * config/mt-vxworks960: Uses new p3 naming convention. Also
  1309.     expects to find all the binaries in your path.
  1310.     * gdb.t13/bitfields.exp: Added a line after every test to dump the
  1311.     output to the detail file.
  1312.     * gdb.t15/funcargs.exp: Added a line after every test to dump the    output to the detail file.
  1313.     * configure.in: Do a "make runtest" for post target.
  1314.         * Makefile.in: Has new target for making runtest. Runtest is a
  1315.     bourne shell script that start $srcdir/runtest.exp.
  1316.     * runtest.exp: made the printing of the summary counts a proc so a
  1317.     ^C or SIGQUIT will print the summary, then exit.
  1318.     * runtest: Renamed to runtest.exp.
  1319.  
  1320. Fri Oct  9 07:15:04 1992  Fred Fish  (fnf@cygnus.com)
  1321.  
  1322.     * gdb.t11/configure.in (srctrigger):  Change to list.exp.
  1323.  
  1324. Fri Oct  9 00:16:02 1992  Fred Fish  (fnf@cygnus.com)
  1325.  
  1326.     * configure.in:  Add gdb.t11.
  1327.     * runtest:  Add new variable efailcnt for expected failures.
  1328.     Treat expected failures as passes, but count them separately
  1329.     and report summary.
  1330.     * config/init-unix-gdb.exp (delete_breakpoints):  Add proc.
  1331.     * gdb.t03/ptype.exp:  Add expected failure for enums.
  1332.     * gdb.t04/setvar.exp: Make FIXME's consistent with other tests.
  1333.     * gdb.t06/break.exp: Add new test for next over recursive calls.
  1334.     * gdb.t11/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme0.h,
  1335.     in-gdbme1.c, list.exp}:  New test for list command.
  1336.     * gdb.t15/in-gdbme.c (test_struct_args):  Remove aggregate initial-
  1337.     ization.
  1338.  
  1339. Tue Oct  6 19:25:00 1992  Fred Fish  (fnf@cygnus.com)
  1340.  
  1341.     * config/init-unix-gdb.exp: Don't spawn gdb with a null argument
  1342.     when GDBFLAGS is empty.
  1343.     * gdb.t00/default.exp:  Set width to 0 (unlimited).
  1344.     * gdb.t00/default.exp:  Add expect strings for "attach", "run",
  1345.     "source", and "x", that match current gdb.
  1346.     * gdb.t00/help.exp:  Fix expect string for "help breakpoints".
  1347.     * gdb.t00/teststrategy.exp:  Fix "run" send string and expected
  1348.     output.  Fix expected output for control-C.
  1349.     * gdb.t06/break.exp:  Restart gdb to avoid leftovers from other
  1350.     tests.  Adjust line numbers to account for changes in test source.
  1351.  
  1352. Tue Oct  6 11:08:26 1992  Fred Fish  (fnf@cygnus.com)
  1353.  
  1354.     * configure.in (configdirs):  Add gdb.t13 gdb.t15.
  1355.     * gdb.t12/in-gdbme0.c:  Add code for checking auto variables and
  1356.     local scopes.
  1357.     * gdb.t12/scope.exp:  Add tests for auto variables and local scopes.
  1358.     * gdb.t13/{Makefile.in, configure.in, in-gdbme.c, bitfields.exp}:
  1359.     New test for bitfields.
  1360.     * gdb.t15/{Makefile.in, configure.in, in-gdbme.c, funcargs.exp}:
  1361.     New test for actual args passed to functions.
  1362.  
  1363. Fri Oct  2 15:42:10 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1364.  
  1365.     * Makefile.in: Added support for srcdir going to site.exp.
  1366.  
  1367. Thu Oct  1 21:26:35 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1368.  
  1369.     * teststrategy.exp:  Changed the test for target vs host to using
  1370.     $target_alias & $host_alias instead of $target_os & $host_os. 
  1371.     * corefile.exp: Added line to dump output of tests to detail
  1372.     log. 
  1373.     * scope.exp: Added line to dump output of tests to detail
  1374.     log. 
  1375.     * opaque.exp: Added line to dump output of tests to detail
  1376.     log. 
  1377.     * crossload.exp: Added line to dump output of tests to detail
  1378.     log. 
  1379.     * watchpoint.exp: Added line to dump output of tests to detail
  1380.     log. 
  1381.  
  1382. Thu Oct  1 21:05:28 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1383.  
  1384.     * runtest: Changed the test for target vs host to using
  1385.     $target_alias & $host_alias instead of $target_aos & $host_os. 
  1386.  
  1387. Sep 30 08:45:00 1992  Fred Fish  (fnf@fishpond.cygnus.com)
  1388.  
  1389.     * configure.in (configdirs):  Add gdb.t07, gdb.t08, gdb.t09
  1390.     gdb.t10, gdb.t12.
  1391.     * runtest:  Fix some misspellings in trap commands.
  1392.     * runtest (proc unknown):  Change arg to args.
  1393.     * runtest (clone_output, pass, fail):  Remove leading tabs from result
  1394.     lines that waste space that can be used for more meaningful
  1395.     comments.
  1396.     * runtest:  Remove extraneous 12 newlines at end of file.
  1397.     * config/init-unix-gdb.exp:  Add convenience abbreviations for
  1398.     hex and decimal number strings.
  1399.     * config/init-unix-gdb.exp:  Add gdb_unload proc.
  1400.     * gdb.t06/break.exp:  Replace hardcoded directory with $subdir.
  1401.     * gdb.t07/{Makefile.in, configure.in, in-gdbme.c, watchpoint.exp}:
  1402.     New tests for watchpoints.
  1403.     * gdb.t08/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
  1404.     opaque.exp}:  New tests for opaque structs.
  1405.     * gdb.t09/{Makefile.in, configure.in, in-gdbme.c, corefile.exp}:
  1406.     New tests for core file handling.
  1407.     * gdb.t10/{Makefile.in, configure.in, README, in-gdbme.c, 
  1408.     crossload.exp, i486-elf.u, i860-elf.u, m68k-aout.u, m68k-aout2.u,
  1409.     m68k-elf.u, mips-ecoff.u, sparc-aout.u}:  New files for non-native
  1410.     executable handling tests.
  1411.     * gdb.t12/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
  1412.     scope.exp}:  New tests for handling scope specifications.
  1413.  
  1414. Sun Sep 20 14:18:19 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1415.  
  1416.     * configure.in: Better support for multiple platforms. Configures
  1417.     for most unix variants and targets.
  1418.     * DejaGnu.l, dejagnu.texi: Updated with new command line option.
  1419.     * runtest: Added option to not reboot the target evry time.
  1420.  
  1421. Thu Sep 10 17:15:37 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1422.  
  1423.     * runtest: Check for config variable targetname and nfshost after
  1424.     cmd options rather than before.
  1425.  
  1426. Mon Sep  7 21:06:23 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1427.  
  1428.     * config/mt-m68k-coff: Created for m68k based bare board.
  1429.  
  1430. Sun Sep  6 16:48:29 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1431.  
  1432.     * postbase.exp: add $srcdir for g++_start invocation from
  1433.     different directory tree.
  1434.     * postbase.exp: made output other than pass/fail go only to
  1435.     screen only if $verbose > 1.
  1436.  
  1437. Wed Sep  2 23:29:14 1992  Rob Savoye  (rob at rtl.cygnus.com)
  1438.  
  1439.     * Minor bug fixes. Now works with local config file.
  1440.  
  1441. Sun Aug 16 23:00:40 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1442.  
  1443.     * dejagnu.texi: updated some more.
  1444.     * configure.in: added nm support.
  1445.     * Makefile.in: added nm.all to subdirs list.
  1446.     * config/init-sunos-nm.exp: new init module for nm tests.
  1447.     * nm.all/in-nmtest.c: new test case code for nm.
  1448.     * nm.all/nm.exp: new test cases for nm.
  1449.     * nm.all/Makefile.in: new makefile fragment
  1450.     for nm tests.
  1451.     * nm.all/configure.in: new config file file for nm tests.
  1452.  
  1453. Sat Aug 15 16:30:39 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1454.  
  1455.     * All test cases: changed how the tool is invoked. Now use the
  1456.     _start function.
  1457.     * configure.in: added g++ init module.
  1458.     * init-*-g++.exp: Created new global called $exec_output, to hold
  1459.     the output of an executable produce by g++.
  1460.     * init-sunos-g++.exp: Added stubs to target dependant routines.
  1461.     * g++-init.exp: renamed to config/init-sunos-g++.exp.
  1462.     * Features.txt: moved to doc directory.
  1463.  
  1464. Sun Aug  9 22:49:21 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1465.  
  1466.     * Added self-defined makefile style arguments.
  1467.     * Added most of the makefile variables for tools to site.exp.
  1468.     * Merged *-gdb-exit.exp into the config/init-*-gdb.exp and made it
  1469.     a function call instead.
  1470.  
  1471. Sat Aug  8 18:47:40 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1472.  
  1473.     * runtest: Now lets all site.exp set all configuration variables.
  1474.     Command line options overrule the config file's.
  1475.     * runtest: Rearranged all command line options. Made most of them
  1476.     use a --fullname syntax.
  1477.     * runtest: Now --verbose prints only the tests that failed. Added
  1478.     option --all that prints tests that passed too.
  1479.  
  1480. Fri Aug  7 21:55:48 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1481.  
  1482.     * init-vxworks-gdb.exp: Now uses config file.
  1483.     * Makefile.in: Now has a target to make a config file.
  1484.     * site.exp: Created by make/configure. Holds init values for
  1485.     init module. 
  1486.     * configure.in: Now configures init modules for tool.
  1487.     * runtest: Now uses init setup by configure.
  1488.  
  1489. Wed Aug  5 23:04:47 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1490.  
  1491.     * all files: Changed the prompt pattern to a variable $prompt that
  1492.     is set in the init module.
  1493.  
  1494. Thu Jul 16 11:12:44 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1495.  
  1496.     * Changed the framework executable from DejaGnu to runtest.
  1497.  
  1498. Sun Jul 12 16:08:04 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1499.  
  1500.     * Changed command line options so cc, gdb, etc... are specified
  1501.     like makefiles. ie: CC=gcc CFLAGS="-v -r"
  1502.     * Changed several command line option names.
  1503.  
  1504. Fri Jul 10 11:28:00 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1505.  
  1506.     * Added support to gdb_load in gdb-init.exp for loading a program
  1507.     if another one is already loaded. Also now deals with reloading if
  1508.     still debugging previous program.
  1509.     * Added multiple levels of verbose. Verbose gets incremented
  1510.     depending on how many times it appears on the command line.
  1511.     * Added more subdirectories for gdb tests.
  1512.     * Added tests for testing "run" and "terminal" commands.
  1513.     * Added support to gdb_load() so it can load a file to replace the
  1514.     previous one.
  1515.  
  1516. Tue Jun 30 22:22:00 1992  Rob Savoye  (rob at darkstar.cygnus.com)
  1517.  
  1518.     * DejaGnu: Added changes to main loop adding support for init and
  1519.     exit modules.  Moved *_version stuff to init modules.
  1520.     * DejaGnu.l: Added new command line option for targets. Added lots
  1521.     on how to write a test.
  1522.     * Added section on init and exit modules. Added keyword use by
  1523.     DejaGnu.
  1524.     * vxworks-gdb-init.exp: Expect script that logs in to vxworks board,
  1525.     starts GDB, and loads a file.
  1526.     * gdb-init.exp: New init module for gdb native. Was gdb-01.exp.
  1527.     * gdb-exit.exp: New exit module for GDB native.
  1528.     * features.txt: List of features and goals. Based on testing meeting
  1529.     notes.
  1530.     * g++-init.exp: New module for G++ initialization.
  1531.     * Gave gdb.all tests intelligent names instead of numbers.
  1532.     * default.exp: Was xdefault.exp. Removed spawn commnd. Added prompt
  1533.     for test failure.
  1534.     * help.exp: Removed process spawning part. Added prompt match for test
  1535.     failure.
  1536.     * echo.exp: Was gdb-02.exp.
  1537.  
  1538. Thu May 21 17:20:23 1992  Rob Savoye  (rob@darkstar.cygnus.com)
  1539.  
  1540.     * Hacking in better detailed reports.
  1541.  
  1542.  
  1543.